net/http/httputil.ClientConn.pipereq (field)

5 uses

	net/http/httputil (current package)
		persist.go#L237: 	pipereq         map[*http.Request]uint
		persist.go#L255: 		pipereq:  make(map[*http.Request]uint),
		persist.go#L313: 			cc.pipereq[req] = id
		persist.go#L366: 	id, ok := cc.pipereq[req]
		persist.go#L367: 	delete(cc.pipereq, req)